Release 10.1A: OpenEdge Development:
Progress 4GL Reference
QUERY-OFF-END attribute
Indicates whether a query is positioned off either end of its result list (that is, either before the first record or after the last record).
Data type: LOGICAL Access: Readable Applies to: Query object handleThe QUERY-OFF-END attribute corresponds to the QUERY-OFF-END function.
Note: Progress also provides an OFF-END event for when a query on a ProDataSet temp-table buffer is positioned past the last row. You can use this event to retrieve additional data source rows to add at the bottom of a ProDataSet temp-table (for example, in batches when there are too many data source rows to retrieve at one time). The OFF-END event is similar to the QUERY-OFF-END attribute, which is set to TRUE whenever the associated query object is positioned past the last row. The difference is that you must test the QUERY-OFF-END attribute for this condition at a specific place in your application code, whereas the OFF-END event procedure executes like a trigger whenever the event occurs. For more information about the OFF-END event on a ProDataSet temp-table query, see the "ProDataSet events" section.See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |